home *** CD-ROM | disk | FTP | other *** search
/ People & Parliament - A …er's Guide to Westminster / People and Parliament - A Stranger's Guide to Westminster (1998)(House of Commons).iso / parl / 16bit64.dir / 00108_Script_108 < prev    next >
Text File  |  1998-03-19  |  365b  |  18 lines

  1. on mouseUp
  2.   --click
  3.   global QUESTIONS
  4.   if QUESTIONS<>10 then
  5.     set QUESTIONS=10
  6.         SET THE VISIBLE OF SPRITE 6 TO TRUE
  7.     SET THE VISIBLE OF SPRITE 7 TO FALSE
  8.     SET THE VISIBLE OF SPRITE 8 TO FALSE
  9.     updateStagE
  10.     checkoptions
  11.     
  12.   else
  13.     set QUESTIONS=0
  14.     SET THE VISIBLE OF SPRITE 6 TO FALSE
  15.     updateStage
  16.   end if
  17.   
  18. end